ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / OnClientRowEditEnded Property

In This Topic
    OnClientRowEditEnded Property (MultiRow<T>)
    In This Topic
    Occurs when a row edit has been committed or canceled.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientRowEditEnded As String
    public virtual string OnClientRowEditEnded {get; set;}
    See Also